home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_49556.txt < prev    next >
Text File  |  1990-08-24  |  1KB  |  41 lines

  1. -- card: 49556 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 43395
  5. -- name: USER-DEFINABLE MESSAGE
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=115 top=236 right=273 bottom=357
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part contents for background part 1
  23. ----- text -----
  24. HyperTalk‚Äôs inheritance path includes two elements that are always present: the Home stack and HyperCard itself. With HyperCard 2.0, you can add stacks to the inheritance path that will work in the same way as the Home stack, making their stack scripts and resources available to any other stack.
  25.  
  26. You do this by means of a HyperTalk command, ‚Äústart using‚Äù:
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. -- part contents for background part 2
  34. ----- text -----
  35. USER-DEFINABLE MESSAGE INHERITANCE
  36.  
  37. -- part contents for card part 1
  38. ----- text -----
  39. on openStack
  40.     start using stack "My Hard Disk: Sound stack"
  41. end openStack